home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / glib-2.0 / schemas / org.gnucash.dialogs.sxs.gschema.xml < prev    next >
Extensible Markup Language  |  2014-12-19  |  4KB  |  57 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gnucash">
  3.   <schema path="/org/gnucash/dialogs/scheduled-trans/" id="org.gnucash.dialogs.sxs">
  4.     <child schema="org.gnucash.dialogs.sxs.since-last-run" name="since-last-run"/>
  5.     <child schema="org.gnucash.dialogs.sxs.transaction-editor" name="transaction-editor"/>
  6.   </schema>
  7.  
  8.   <schema path="/org/gnucash/dialogs/scheduled-trans/since-last-run/" id="org.gnucash.dialogs.sxs.since-last-run">
  9.     <key type="(iiii)" name="last-geometry">
  10.       <default>(-1,-1,-1,-1)</default>
  11.       <summary>Last window position and size</summary>
  12.       <description>This setting describes the size and position of the window when it was last closed.
  13.         The numbers are the X and Y coordinates of the top left corner of the window
  14.         followed by the width and height of the window.</description>
  15.     </key>
  16.     <key type="b" name="show-at-file-open">
  17.       <default>true</default>
  18.       <summary>Run "since last run" dialog when a file is opened.</summary>
  19.       <description>This setting controls whether the scheduled transactions "since last run" processing is run automatically when a data file is opened. This includes the initial opening of the data file when GnuCash starts. If this setting is active, run the "since last run" process, otherwise it is not run.</description>
  20.     </key>
  21.     <key type="b" name="show-notify-window-at-file-open">
  22.       <default>true</default>
  23.       <summary>Show "since last run" notification dialog when a file is opened.</summary>
  24.       <description>This setting controls whether the scheduled transactions notification-only "since last run" dialog is shown when a data file is opened (if "since last run" processing is enabled on file open).  This includes the initial opening of the data file when GnuCash starts.  If this setting is active, show the dialog, otherwise it is not shown.</description>
  25.     </key>
  26.   </schema>
  27.  
  28.   <schema path="/org/gnucash/dialogs/scheduled-trans/transaction-editor/" id="org.gnucash.dialogs.sxs.transaction-editor">
  29.     <key type="b" name="create-auto">
  30.       <default>false</default>
  31.       <summary>Set the "auto create" flag by default</summary>
  32.       <description>If active, any newly created scheduled transaction will have its 'auto create' flag set active by default. The user can change this flag during transaction creation, or at any later time by editing the scheduled transaction.</description>
  33.     </key>
  34.     <key type="d" name="create-days">
  35.       <default>0</default>
  36.       <summary>How many days in advance to notify the user.</summary>
  37.       <description>How many days in advance to notify the user.</description>
  38.     </key>
  39.     <key type="(iiii)" name="last-geometry">
  40.       <default>(-1,-1,-1,-1)</default>
  41.       <summary>Last window position and size</summary>
  42.       <description>This setting describes the size and position of the window when it was last closed.
  43.         The numbers are the X and Y coordinates of the top left corner of the window
  44.         followed by the width and height of the window.</description>
  45.     </key>
  46.     <key type="b" name="notify">
  47.       <default>true</default>
  48.       <summary>Set the "notify" flag by default</summary>
  49.       <description>If active, any newly created scheduled transaction will have its 'notify' flag set by default. The user can change this flag during transaction creation, or at any later time by editing the scheduled transaction. This setting only has meaning if the create-auto setting is active.</description>
  50.     </key>
  51.     <key type="d" name="remind-days">
  52.       <default>0</default>
  53.       <summary>How many days in advance to remind the user.</summary>
  54.       <description>How many days in advance to remind the user.</description>
  55.     </key>
  56.   </schema>
  57. </schemalist>